home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / rTutors / part1 / rTutor.rez < prev    next >
Encoding:
Text File  |  1990-06-19  |  1.5 KB  |  40 lines  |  [TEXT/pdos]

  1. /* File: Rtutor.Rez */
  2. /* Rez source file for C version of resource tutorial */
  3. /* Part 1:  starting up & shutting down the tools using a resource */
  4.  
  5. /* this gives use access to the "standard" pre-defined resource types */
  6. #include "Types.rez"
  7.  
  8. /*---------------------- Startup Record ---------------------------*/
  9. resource rToolStartup (1)
  10. {
  11.  $C080,       /* set master SCB to mode640 + fFastPortAware + fUseShadowing */
  12.  {
  13.   3,$0300,      /* misc tools */
  14.   4,$0302,      /* quickdraw */
  15.   5,$0302,      /* desk manager */
  16.   6,$0300,      /* eventMgr */
  17. /*  7,$0300,      /* scheduler */ /* not used by apps or DA's */
  18. /*  8,$0301,      /* sound tools */ /* not used by this app */
  19. /*  9,$0300,      /* ADB tools */ /* not used by this app */
  20. /*  10,$0300,      /* SANE */ /* started already by pStart.obj */
  21.   11,$0300,      /* int math */
  22.   14,$0301,      /* Window Manager */
  23.   15,$0301,      /* Menu Manager */
  24.   16,$0300,      /* Control Manager */
  25.   18,$0301,      /* QD Aux */
  26.   19,$0300,      /* print manager */
  27.   20,$0301,      /* LineEdit tool set */
  28.   21,$0302,      /* Dialog Manager */
  29.   22,$0300,      /* Scrap manager */
  30.   23,$0301,      /* standard file */
  31.   27,$0301,      /* Font manager */
  32.   28,$0301,      /* list manager */
  33.   34,$0101,      /* text edit */
  34. /*  29,$0100,      /* ACE */ /* not used by this app */
  35. /*  32,$0100,      /* Midi Tools */ /* not used by this app */
  36. /*  25,$0100,      /* NoteSynth */ /* not used by this app */
  37. /*  26,$0100      /* Note Seq */ /* not used by this app */
  38.  }
  39. };
  40.